home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Internet / MailScripts.dmg.sit / MailScripts.dmg / Mail Scripts Installer.app / Contents / Resources / English.lproj / Localizable.strings < prev   
Encoding:
Text File  |  2005-01-08  |  6.2 KB  |  189 lines

  1. /**********************/
  2. /**** SCRIPT NAMES ****/
  3. /**********************/
  4.  
  5. "AddAddresses" = "Add Addresses‚Ķ";
  6. "ArchiveMessages" = "Archive Messages‚Ķ";
  7. "ChangeSMTPServer" = "Change SMTP Server‚Ķ";
  8. "CreateRule" = "Create Rule‚Ķ";
  9. "RemoveDuplicates" = "Remove Duplicates‚Ķ";
  10. "SendAllDrafts" = "Send all Drafts";
  11. "ScheduleDelivery" = "Schedule Delivery‚Ķ";
  12. "OpenMailboxes" = "Open Mailbox";
  13. "OpenMessages" = "Open Message";
  14. "FilterMessages" = "Filter Sent Messages";
  15. "ExportAddresses" = "Export Addresses‚Ķ";
  16. "SearchAddresses" = "Search Addresses‚Ķ";
  17.  
  18. /*************************/
  19. /**** GENERAL STRINGS ****/
  20. /*************************/
  21.  
  22. "Account" = " Account";
  23. "Accounts" = " Accounts";
  24. "Message" = " Message";
  25. "Messages" = " Messages";
  26. "Address" = " Address";
  27. "Addresses" = " Addresses";
  28. "GroupAll" = "All Contacts";
  29.  
  30. /* Status bar messages */
  31. "NoMailbox" = "No Mailboxes selected";
  32. "SingleMailbox" = "1 Mailbox selected";
  33. "MultipleMailboxes" = "@@1 Mailboxes selected";
  34. "LoadingMailboxes" = "Loading Mailbox Hierarchy‚Ķ";
  35. "LoadingSettings" = "Loading Settings‚Ķ";
  36.  
  37. /* Standard dialog button names */
  38. "OK" = "OK";
  39.  
  40. /*******************/
  41. /**** INSTALLER ****/
  42. /*******************/
  43.  
  44. "RemovingOldVersions" = "Removing old version‚Ķ";
  45. "InstallingFiles" = "Installing files‚Ķ";
  46. "CreatingLauncherScripts" = "Creating launch scripts‚Ķ";
  47. "InstallComplete" = "Installation Complete";
  48. "InstallCompleteText" = "In order to see the scripts in the menu, you might have to select 'Update Scripts Menu' from the script menu inside Mail and Address Book.";
  49.  
  50. /*****************************/
  51. /**** CHANGE SMTP SERVERS ****/
  52. /*****************************/
  53.  
  54. /* Items of the summary dialog */
  55. "SMTPServerChanged" = "SMTP Server Changed";
  56. "SMTPServerChangedText" = "Successfully changed the SMTP Server for ";
  57.  
  58. /* Set server Mail bug dialog */
  59. "ServerPasswordBug" = "Due to a bug in the AppleScript implementation in the current version of Mail, the SMTP server password could not be set.";
  60.  
  61. /**************************/
  62. /**** ARCHIVE MESSAGES ****/
  63. /**************************/
  64.  
  65. /* The title for the choose folder dialog when exporting messages */
  66. "ChooseFolder" = "Please choose the location for the exported messages:";
  67.  
  68. /* Status bar messages */
  69. "ProcessingMessages" = "Processing Messages in Mailbox‚Ķ";
  70. "ExportingMessages" = "Exporting @@1 to File‚Ķ";
  71. "MovingMessages" = "Moving @@1 to Archive‚Ķ";
  72.  
  73. /* Strings in options panel */
  74. "ExportSingleFile" = "Export Into Single File";
  75. "MoveSingleMailbox" = "Move Into Single Mailbox";
  76. "KeepMailboxHierarchy" = "Keep Mailbox Hierarchy";
  77. "OneFilePerMessage" = "One File per Message";
  78.  
  79. /* Strings for summary dialog */
  80. "SuccessArchive" = "Successfully archived @@1.";
  81. "SuccessExport" = "Successfully exported @@1.";
  82. "NoMessagesMatched" = "No Messages matched the selected Criteria.";
  83.  
  84. /* Main archive mailbox name */
  85. "Archive" = "Archive";
  86.  
  87. /* File and folder names for export */
  88. "ExportedMessages" = "Exported Messages";
  89.  
  90. /*************************/
  91. /**** SEND ALL DRAFTS ****/
  92. /*************************/
  93.  
  94. "ScanningDrafts" = "Scanning Messages in Drafts Folder‚Ķ";
  95. "SendingDrafts" = "Sending Messages from Drafts Folder‚Ķ";
  96. "DraftsSent" = "All Drafts Sent";
  97. "DraftsSentText" = "Successfully sent @@1.";
  98. "SendingFailed" = "Sending Failed";
  99. "SendingFailedText" = "Sending Drafts failed due to an unknown error.";
  100.  
  101. /***********************************/
  102. /**** Remove Duplicate Messages ****/
  103. /***********************************/
  104.  
  105. "ScanningMessageIDs" = "Retrieving Message-IDs from Messages‚Ķ";
  106. "ComparingMessageIDs" = "Checking Message-IDs for Duplicates‚Ķ";
  107. "Duplicates" = "Duplicate Messages"; // the name for the duplicates mailbox in Mail
  108. "DuplicatesTitle" = "Duplicate Messages Found";
  109. "DuplicatesText1" = "Found one duplicate message and moved it to the mailbox '@@1'.";
  110. "DuplicatesText2" = "Found @@1 duplicate messages and moved them to the mailbox '@@2'.";
  111. "NoDuplicates" = "No Duplicates Found";
  112. "NoDuplicatesText" = "No duplicate messages found in selection.";
  113. "DuplicateFound" = " duplicate found";
  114. "DuplicatesFound" = " duplicates found";
  115.  
  116. /***********************/
  117. /**** Add Addresses ****/
  118. /***********************/
  119.  
  120. "AddressAdded" = "1 address has been added
  121. ";
  122. "AddressesAdded" = "@@1 addresses have been added
  123. ";
  124. "AddressUpdated" = "1 address has been updated
  125. ";
  126. "AddressesUpdated" = "@@1 addresses have been updated
  127. ";
  128. "AddressSkipped" = "1 address was already present
  129. ";
  130. "AddressesSkipped" = "@@1 addresses were already present
  131. ";
  132. "MakeNewGroup" = "Create new Group‚Ķ";
  133. "NoAddress" = "No addresses selected";
  134. "SingleAddress" = "1 address selected";
  135. "MultipleAddresses" = "@@1 addresses selected";
  136. "LoadingAddresses" = "Loading Addresses from Selection‚Ķ";
  137. "GroupAlreadyExists" = "A Group with this name already exists";
  138. "ScanningEmails" = "Scanning Address Book for addresses‚Ķ";
  139. "NoGroup" = "Add to Group 'All' only";
  140.  
  141. /**************************/
  142. /**** Export Addresses ****/ 
  143. /**************************/
  144.  
  145. "GroupAllSelected" = "All Contacts selected";
  146. "SingleGroup" = "1 Group selected";
  147. "MultipleGroup" = "@@1 Groups selected";
  148. "ExportingAddresses" = "Exporting Addresses‚Ķ";
  149. "Street" = "Street";
  150. "City" = "City";
  151. "State" = "State";
  152. "ZIP" = "ZIP";
  153. "Country/Region" = "Country/Region";
  154.  
  155. /*********************/
  156. /**** Create Rule ****/ 
  157. /*********************/
  158.  
  159. "OnMyMac" = "On My Mac";
  160. "SelectMessagesFirst" = "Please select a message in Mail before running this script.";
  161. "CreateNewMailbox" = "Create new Mailbox‚Ķ";
  162. "CreatingRule" = "Creating Rule‚Ķ";
  163. "Subject" = "Subject";
  164. "From" = "From";
  165. "To" = "To";
  166. "Cc" = "Cc";
  167. "Bcc" = "Bcc";
  168. "AnyRecipient" = "Any Recipient";
  169. "LoadingInformation" = "Loading information from Message‚Ķ";
  170. "RuleCreated" = "New Rule Created";
  171. "NewRule" = "Successfully created a new rule named '@@1'.";
  172. "Other" = "Other‚Ķ";
  173.  
  174. /**************************/
  175. /**** Search Addresses ****/
  176. /**************************/
  177.  
  178. "PerformingSearch" = "Performing Search‚Ķ";
  179. "NoAddressesMatched" = "No Contacts matched the selected Criteria.";
  180.  
  181. /***************************/
  182. /**** Schedule Delivery ****/
  183. /***************************/
  184.  
  185. "NoSchedule" = "(not scheduled)";
  186. "SendDraft" = "Send Message '@@1'";
  187. "NoDrafts" = "Please save your messages as Drafts before running this script.";
  188. "StartingiCal" = "Starting iCal‚Ķ";
  189.